home *** CD-ROM | disk | FTP | other *** search
/ Spidla DivX / DivX.bin / CatDV Pro 3.0.8 / lib / parser.jar / com / sun / xml / parser / resources / Messages_en.properties
Encoding:
Text File  |  2000-02-23  |  10.0 KB  |  237 lines

  1. #
  2. # $Id: Messages_en.properties,v 1.8 2000/02/04 02:50:08 edg Exp $
  3. #
  4. # Copyright (c) 1998-1999 Sun Microsystems, Inc. All Rights Reserved.
  5. #
  6. # This software is the confidential and proprietary information of Sun
  7. # Microsystems, Inc. ("Confidential Information").  You shall not
  8. # disclose such Confidential Information and shall use it only in
  9. # accordance with the terms of the license agreement you entered into
  10. # with Sun.
  11. #
  12. # SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE
  13. # SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  14. # IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
  15. # PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR ANY DAMAGES
  16. # SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING
  17. # THIS SOFTWARE OR ITS DERIVATIVES.
  18. #
  19.  
  20. #
  21. # English diagnostic messages (and fragments) for Sun's XML parser.
  22. #
  23. # P-NNN ... parser messages
  24. # F-NNN ... message fragments (sometimes associated with more
  25. #        than one message, but usually just with one)
  26. # V-NNN ... validation related messages
  27. # SPF-NNN... SAXParserFactory messages.
  28. #
  29. # Most messages can be produced in only one way.
  30. #
  31.  
  32.  
  33. #
  34. # Generic parsing messages, not specific to validation
  35. #
  36. P-000 = No parser input source!
  37. P-001 = Illegal character at end of document, &#x{0};.
  38. P-002 = Expansion of entity "&{0};" is not well formed.
  39. P-003 = Premature end of input.
  40. P-004 = Missing whitespace {0}.
  41. P-005 = Only whitespace allowed {0}.
  42.  
  43.     #
  44.     # unadorned "missing whitespace", with P-004 only
  45.     #
  46.     F-000 = after element name declaration
  47.     F-001 = between attribute name and type
  48.     F-002 = after NOTATION type name
  49.     F-003 = between attribute type and default value
  50.     F-004 = after #FIXED
  51.     F-005 = after <!ENTITY declaration
  52.     F-006 = after % in parameter entity declaration
  53.     F-007 = after entity name
  54.     F-008 = before SYSTEM literal URI
  55.     F-009 = after PUBLIC keyword
  56.     # F-010 ... identifier can be reused
  57.     F-011 = after notation name
  58.     # F-012 ... identifier can be reused
  59.     # F-013 ... identifier can be reused
  60.  
  61.     #
  62.     # in declaration, in "S Name", with P-004 and P-005
  63.     #
  64.     F-014 = before name in <!DOCTYPE declaration
  65.     F-015 = before name in <!ELEMENT declaration
  66.     F-016 = before name in <!ATTLIST declaration
  67.     F-017 = before name in <!ENTITY declaration
  68.     F-018 = before NDATA notation name in <!ENTITY declaration
  69.     F-019 = before name in <!NOTATION declaration
  70.  
  71. P-006 = Name tokens must not start with "{0}" characters.
  72. P-007 = Value must be quoted.
  73. P-008 = Next character must be "{0}" {1} {2}.
  74.  
  75.     F-020 = terminating reference to entity
  76.     F-021 = terminating reference to parameter entity
  77.     F-022 = terminating comment
  78.     F-023 = in XML Declaration
  79.     F-024 = terminating internal DTD subset
  80.     F-025 = terminating <!DOCTYPE ...> declaration
  81.     F-026 = after attribute name
  82.     F-027 = terminating element
  83.     F-028 = starting content model for element
  84.     F-029 = starting list of attribute NOTATIONS
  85.     F-030 = beginning condition DTD subset
  86.     F-031 = terminating <!ENTITY ...> declaration
  87.     F-032 = terminating <!NOTATION ...> declaration
  88.  
  89. P-009 = Illegal character or entity reference syntax.
  90.  
  91. P-010 = Only external parameter entities may use "%{0};" in entity values.
  92. P-011 = Illegal parameter entity reference syntax.
  93. P-012 = Use "<" for "<" in attribute values.
  94. P-013 = Illegal reference to external entity "&{0};" in attribute.
  95. P-014 = Reference to undefined entity "&{0};".
  96. P-015 = Expecting quoted value for {0}.
  97.     
  98.     F-033 = PUBLIC identifier
  99.     F-034 = SYSTEM identifier
  100.     F-035 = attribute value {0}
  101.  
  102. P-016 = Illegal character in PUBLIC identifier:  "{0}".
  103. P-017 = End of entity while processing comment.
  104. P-018 = Processing instruction target is missing.
  105. P-019 = XML declaration may only begin entities.
  106.  
  107. P-020 = Illegal processing instruction target:  "{0}".
  108. P-021 = End of input inside processing instruction.
  109. P-022 = Illegal processing instruction name, or missing whitespace.
  110. P-023 = Illegal character "&#x{0};" ({1}) at end of XML Declaration.
  111. P-024 = Expected "{0}=...".
  112. P-025 = XML version "{0}" should be declared.
  113. P-026 = Illegal XML version string "{0}".
  114. P-027 = XML version "{0}" is recognized, but not "{1}".
  115. P-028 = Internal DTD subset must not have "<![..." constructs.
  116. P-029 = Standalone declaration must be "yes" or "no", not "{0}".
  117.  
  118. P-030 = Whitespace required before attributes.
  119. P-031 = Attribute names must not start with "{0}" characters.
  120. P-032 = Attribute "{0}" already appeared in this tag.
  121. P-033 = Illegal xml:lang value "{0}".
  122. P-034 = Expected "</{0}>" to terminate element starting on line {1}.
  123. P-035 = End of entity not allowed; an end tag is missing.
  124. P-036 = ">" must terminate <!ELEMENT {0} ...> declaration, not "{1}".
  125. P-037 = Sequence content model must not contain "{0}".
  126. P-038 = Choice content model must not contain "{0}".
  127. P-039 = No content model may contain "{0}".
  128.  
  129. P-040 = Need right parenthesis or "{1}" in content model, not "{0}".
  130. P-041 = Need right parenthesis, ",", or "|" in content model, not "{0}".
  131. P-042 = Illegal mixed content model for "{0}", next char = &#x{1};.
  132. P-043 = Mixed content model for "{0}" must end with ")*", not "{1}".
  133. P-044 = Either an attribute declaration or ">" is expected, not "{0}".
  134. P-045 = Illegal type (starts with "{1}") for attribute "{0}".
  135. P-046 = Need keyword in conditional DTD section.
  136. P-047 = Unterminated conditional DTD section.
  137. P-048 = Only INCLUDE and IGNORE are allowed, not "{0}".
  138. P-049 = Illegal decimal character reference.
  139.  
  140. P-050 = Illegal hexadecimal character reference.
  141. P-051 = Illegal XML character &#x{0};
  142. P-052 = Internal entity "&{0};" has characters after content.
  143. P-053 = Unparsed entities such as "&{0};" must not be included.
  144. P-054 = Using original entity definition for "&{0};".
  145. P-055 = Relative URI "{0}"; can not be resolved without a document URI.
  146. P-056 = URI "{0}" has a fragment ID.
  147. P-057 = Need "?>" to terminate XML declaration.
  148. P-058 = External entity "&{0};" has characters after content.
  149. P-059 = External parameter entity "%{0};" has characters after markup.
  150.  
  151. P-060 = Illegal character "{0}" in encoding name.
  152. P-061 = Declared encoding "{0}" does not match actual one "{1}"; \
  153.     this might not be an error.
  154. P-062 = Notation must be PUBLIC or SYSTEM.
  155. P-063 = Using first definition of notation "{0}".
  156. P-064 = Premature end of parameter entity "%{0};".
  157. P-065 = Entity Resolver did not provide SYSTEM id; may affect relative URIs.
  158. # P-066 ... ID available
  159. P-067 = Document root element is missing.
  160. P-068 = Notation name is required.
  161. P-069 = Expansion of entity "{0}" is recursive.
  162.  
  163. P-070 = Malformed second part of surrogate pair:  &#x{0};.
  164. P-071 = Illegal XML character:  &#x{0};.
  165. P-072 = Character data cannot have "]]>".
  166. P-073 = EOF while parsing <![CDATA[ section.
  167. P-074 = Illegal Unicode surrogate pair:  &#x{0}; &#x{1};
  168. P-075 = Unsupported encoding: "{0}" (line number may be too low).
  169. P-076 = Character conversion error: "{0}" (line number may be too low).
  170. P-077 = Maximum symbol length ({0} characters) exceeded.
  171. P-078 = No messages for locale "{0}" are available.
  172. P-079 = The content beginning "<{1}" is not legal markup. \
  173.     Perhaps the "{1}" (&#{0};) character should be a letter.
  174.  
  175. P-080 = Parameter entity references must not appear within \
  176.     markup declarations in the internal DTD subset.
  177. P-081 = Incomplete Unicode surrogate pair:  &#x{0}.
  178. P-082 = External entity not found: "{0}".
  179.  
  180. #
  181. # Validation messages, won't normally show up unless validation is
  182. # being performed.  Note that V-022 relates to a spec bug:  there
  183. # are both a WFC and VC on undefined PEs.  If that's a WVC violation
  184. # there's no need for the VC, ever; and "standalone" would then affect
  185. # WF-ness.  For the moment this assumes it's to be a VC not a WFC.
  186. #
  187. V-000 =    Validation is disabled.
  188. V-001 = Valid documents must have a <!DOCTYPE declaration.
  189. V-002 = This document is standalone, so it must not refer to "&{0};".
  190. V-003 = Undeclared notation "{0}" is used by an <!ENTITY...> declaration.
  191. V-004 = Undeclared notation "{0}" is used by an <!ATTLIST...> declaration.
  192. V-005 = Element type "{0}" is not declared.
  193. V-006 = Root element type is "{0}", but was declared to be "{1}".
  194. V-007 = Attribute "{0}" is not declared for element "{1}".
  195. V-008 = Attribute "{0}" of element "{1}" must only have value "{2}".
  196. V-009 = Attribute value for "{0}" is #REQUIRED.
  197.  
  198. V-010 = This document is standalone, \
  199.     so attribute "{0}" must not be defaulted.
  200. V-011 = This document is standalone, \
  201.     so element "{0}" must not have ignorable whitespace.
  202. V-012 = Element "{0}" was already declared.
  203. V-013 = Parameter entities must not contain partial declarations.
  204. V-014 = Parameter entity nesting error in content model for "{0}".
  205. V-015 = Mixed content model repeats element "{0}".
  206. V-016 = This element already has an ID attribute, "{0}".
  207. V-017 = ID attribute "{0}" must not be #FIXED.
  208. V-018 = ID attribute "{0}" must not be defaulted.
  209. V-019 = This document is standalone; this attribute needs to be pre-normalized.
  210.  
  211. V-020 = Parameter entities must not contain partial conditional DTD sections.
  212. V-021 = Parameter entities must not contain partial comments.
  213. V-022 = Reference to undefined parameter entity "%{0};".
  214. V-023 = This document is standalone; this ignorable CDATA whitespace is forbidden.
  215. V-024 = No element has an ID attribute with value "{0}".
  216. V-025 = ID values must be XML names; "{0}" is not a name.
  217. V-026 = Another element already has an ID attribute with value "{0}".
  218. V-027 = IDREF/IDREFS values must be XML names; "{0}" is not a name.
  219. V-028 = NMTOKEN/NMTOKENS values must be XML name tokens; "{0}" is not one.
  220. V-029 = Value "{0}" is not one of the enumerated values for this attribute.
  221.  
  222. V-030 = Attribute value "{0}" does not name a notation.
  223. V-031 = Attribute value "{0}" does not name an unparsed entity.
  224. V-032 = NMTOKENS attributes must have at least one value.
  225. V-033 = EMPTY content models must have no content.
  226. V-034 = Element "{0}" does not allow "{1}" -- {2}
  227. V-035 = Element "{0}" allows no further input; "{1}" is not allowed.
  228. V-036 = Element "{0}" does not allow "{1}" here.
  229. V-037 = Element "{0}" does not allow text.
  230. V-038 = Element "{0}" requires additional elements.
  231. V-039 = IDREFS attributes must have at least one value.
  232.  
  233. V-040 = ENTITIES attributes must have at least one value.
  234.  
  235. SPF-001 = Parameter {0} not supported by parser.
  236. DPF-001 = Parameter {0} not supported by parser.
  237.